home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InterCD 2001 May
/
may_2001.iso
/
intercd
/
root
/
Html
/
^stIHEditor
/
setup.exe
/
{app}
/
tinyweb
/
CGITEST.ZIP
/
LOGIN.DPR
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-10-22
|
309 b
|
17 lines
//////////////////////////////////////////////////////////////////////////
//
// CGI Testing Example
//
// Copyright (C) 1997 RIT Research Labs
//
//////////////////////////////////////////////////////////////////////////
program Login;
uses LoginU in 'LoginU.pas';
begin
ComeOn;
end.